home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / KBNS.verification.32.1 / KBNS.32.0.029 / Makefile next >
Makefile  |  1994-01-13  |  103b  |  7 lines

  1. all: theTest
  2.     theTest
  3. clean:
  4.     rm theTest
  5. theTest: theTest.m
  6.     cc -Wall -g theTest.m -lNeXT_s -o theTest
  7.